home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 7 (Internal Edition) / Apple R&P Lib Internal v7.0.iso / 5-Fonts & Software / Macintosh Yellow Pages 2.0 / Macintosh Yellow Pages 2.0 / background_3486.txt < prev    next >
Text File  |  1991-03-12  |  1KB  |  57 lines

  1. -- background: 3486 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Blank
  6. ----- HyperTalk script -----
  7. on openBackground
  8. end openBackground
  9.  
  10. on closeBackground
  11. end closeBackground
  12.  
  13. on arrowKey
  14.   -- do nothing
  15. end arrowKey
  16.  
  17.  
  18.  
  19. -- part 2 (button)
  20. -- low flags: 80
  21. -- high flags: 0000
  22. -- rect: left=22 top=15 right=150 bottom=494
  23. -- title width / last selected line: 0
  24. -- icon id / first selected line: 0 / 0
  25. -- text alignment: 1
  26. -- font id: 0
  27. -- text size: 12
  28. -- style flags: 0
  29. -- line height: 16
  30. -- part name: Cover
  31. ----- HyperTalk script -----
  32. on mouseDown
  33.   -- do nothing
  34. end mouseDown
  35.  
  36.  
  37. -- part 1 (button)
  38. -- low flags: 80
  39. -- high flags: A000
  40. -- rect: left=406 top=112 right=132 bottom=472
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 0 / 0
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: Cancel
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   go to card "Main Menu"
  52. end mouseUp
  53.  
  54. on mouseDown
  55.   -- do nothing
  56. end mouseDown
  57.